zoba-ui v0.0.28
zoba-ui
- A React component library that abstracts the implementations but at the same time gives you the power of styling the way you want
:warning: For the standard component styles to work properly, you should use our
reset.scssfile in your project.
Division:
zoba-ui/components
zoba-ui/form-components
zoba-ui/typography-components
Getting started
To install all the dependencies with npm, run
npm install. Be aware that we do not supportyarnhere.To have a development environment, run
npm run storybook.To add a new
svgin the project, add it in the./assets/svgsfolder and then runnpm run svgrto generate SVG's React Components.To build the library, run
npm run rollup.To publish a new version of the library in the npm, update the project version in the
package.jsonand then runnpm publish.
Publishing new versions
Currently we don't have a protocol to release a new library version since it's still under development, but in the future we'll create a workflow to do it properly.
We'll need the following tools:
- Unit tests, probably with Jest and Testing Library
- A changelog generator for updating the
CHANGELOG.mdfile - A good knowledge of Semantic Versioning
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago