react-fast-ui

13.1.0 • Public • Published

#React Fast UI

A library of layout-related components for re-use across all Fastmodel React applications.

Installation

yarn add react-fast-ui

Usage

You must import the CSS file for the sidebar and modal to work properly. Most other styles are inline. Then you can import the individual components you need.

import 'react-fast-ui/css/index.css';
// e.g.
import { Modal, Sidebar } from 'react-fast-ui';

Contribution

If you are going to add a component to this library, make sure that it is universally useful to our apps. Then follow these steps to develop your component:

  1. Run npm run demo-build:watch from the command line.

  2. Open index.html in your browser.

  3. Create your component file in src/components. Export your class and make sure that the class has a static demo function that returns a <Demo/> component.

  4. Add your component's class name to the COMPONENTS array in index.js.

  5. Now you can write your component as normal. In order to see what you are working on, you will have to update the demo simultaneously. This will allow you to manually test your work in isolation in the index.html page you have open in your browser.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
13.1.02latest

Version History

VersionDownloads (Last 7 Days)Published
13.1.02
13.0.02
12.0.53
12.0.42
12.0.02
11.0.362
11.0.352
11.0.342
11.0.322
11.0.312
11.0.302
11.0.296
11.0.285
11.0.273
11.0.262
11.0.252
11.0.242
11.0.212
11.0.202
11.0.172
11.0.142
11.0.132
11.0.34
11.0.23
11.0.12
11.0.02
9.1.282
9.1.272
9.1.253
9.1.242
9.1.232
9.1.212
9.1.202
9.1.192
9.1.182
9.1.172
9.1.162
9.1.152
9.1.142
9.1.132
9.1.122
9.1.112
9.1.104
9.1.92
9.1.82
9.1.72
9.1.62
9.1.56
9.1.42
9.1.23
9.1.12
9.1.02
9.0.42

Package Sidebar

Install

npm i react-fast-ui

Weekly Downloads

126

Version

13.1.0

License

MIT

Unpacked Size

493 kB

Total Files

55

Last publish

Collaborators

  • fast.model