New Bulma Components - Delete, Icon, Image, Notification, Progress
We've added a few components representing Bulma elements
- Delete
- Icon
- Image
- Notication
- Progress bars
We've added a few components representing Bulma elements
We've added a few components representing Bulma elements
We've add a react hook that turns properties into bulma helper classes. It's pretty cool. You can add this to any custom component to leverage Bulma helper classes through properties.
All of the components in this package use this helper useBulmaClasses
.
After much suffering, GPG signing on the PRs is finally working.
As the second phase of versioning. We integrated changesets into the CI/CD.
We've added Changeset to our project to help with versioning.
So far, it's super basic, but we plan on building on it. We're super excited!
Super basic npm publishing is now setup and working via the CLI and via CI/CD.
Storybook has been added to the Component Library project. Starting from now, all components should have a corresponding story. Starting with the Button.
We've started configuring the component library & the toolchain. It's a fresh start, trying some new things.
If you are seeing this on bestax.cc, that means our docusaurus site has successfully deployed on github pages with a github action workflow.