@renderforest/rf-ui-library

Renderforest UI Library

Usage no npm install needed!

<script type="module">
  import renderforestRfUiLibrary from 'https://cdn.skypack.dev/@renderforest/rf-ui-library';
</script>

README

rf-ui-library

UI Library for Renderforest future projects

Installation

npm i npm start

Demo

Demo url - https://renderforest.github.io/rf-ui-library/?path=/story/*

Structure

Here we use Atomic structure of project We have Atoms, Molecules, Organism For Typing we use FLOW (strict mode) All Helper functions places at src/helpers All components will be shown with storybook

Creating

For creating atom/molecule/organism we need use npm run create -- --type=atoms --name=Button command where in type we need to write type of component(atom/molecule/organism)

This command will crate all needed files in right directory By default all components will be functional, but if you want to create class component just add --class flag to command

After creating component, please add Demo example in stories to show usage

Deployment

npm run deploy npm run publish-module