Skip to content

v1.0.1 (August 20, 2019)

Latest
Compare
Choose a tag to compare
@vasilenka vasilenka released this 19 Aug 18:11
· 10 commits to master since this release

Enter JS tokens

Now you can use design tokens inline on your component styles by importing the token file on src/styles/invoker-tokens.

This is enabling dev who want to use CSS-in-JS library or just making a small adjustment to component styles without hard-coded the tokens value.

Refinement and More stories

Add more component stories such as <Box/>, <Container/>, <Radio/> and <Checkbox/>.

Also making some refinement to <Text/> and <Buttton/> stories.

The purpose of the storybook is to accelerate the adoption process for new dev. Let me know if you have any problems or suggestions.

See full stories ›
Give feedback or suggestion ›

Staging and Master branches

All production-ready components stay on src/components directory, while the experimental components moved to src/labs directory.

Use your own branch when developing new components and utilize Staging for review.
All codes on master should be safe and ready for use in production.

Need to explore more about the workflow. Let me know if you have some feedback or suggestions.

Give feedback or suggestion ›