1.0.23 • Published 3 months ago

ui-beyable v1.0.23

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

DESIGN SYSTEME

🧐 Description

This repository provides a library of React component who are currently using on the Saas plateforme BEYABLE.

You can have a look to the Beyable company www.beyable.com for more details

Storybook beyableui.netlify.app

⚙️ Getting started

first clone the repository and open it:

npm i 

And then i you want to test in local in other project:

npm link 

In your app folder

npm link ui-beyable

After every code changes

npm run buildlib 

Pre publish

npm run prepublishOnly 

To publish the module to NPM :

npm publish

To publish a BETA version to NPM :

Update the module version number, adding -beta.0 at the end. The .0 indicates which beta version it is.

npm publish --tag beta

🤔 Architecture?

  • assets: every image and fonts that are using by components.
  • components: all components modules , .tsx components and .ts interfaces files are implemented, also css modules is now available.
  • stories: all stories order in two sections, component and display for the graphic chart.
  • style: all global style files from Yattune front.

⭐ Components library

This library aims to provide all current component, is right in react typescript.

📝💻 License

MIT © Beyable