Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 824 Bytes

File metadata and controls

27 lines (17 loc) · 824 Bytes

Getting Started

Learn how to use @bsf/force-ui components to quickly and easily create elegant and flexible pages using Tailwind CSS.

@bsf/force-ui is working with Tailwind CSS classes and you need to have Tailwind CSS installed on your project - Tailwind CSS Installation.


  1. Install @bsf/force-ui.

Force UI library can be installed using npm package manager. Since this library is still in it's alpha phase, we need to use the staging branch.

Using Force UI as a dependency in package.json -

"dependencies": {
  "@bsf/force-ui": "git+https://github.com/brainstormforce/bsf-admin-ui#v1.7.7"
}
  1. Run the below command:
npm install
  1. Build, test and release your plugin.