13.1.0 • Published 2 years ago

react-fast-ui v13.1.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
2 years ago

#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.

13.1.0

2 years ago

13.0.0

2 years ago

12.0.4

2 years ago

12.0.5

2 years ago

12.0.0

2 years ago

11.0.35

4 years ago

11.0.36

4 years ago

11.0.32

4 years ago

11.0.34

4 years ago

11.0.31

4 years ago

11.0.30

4 years ago

11.0.29

4 years ago

11.0.28

4 years ago

11.0.27

4 years ago

11.0.26

4 years ago

11.0.25

4 years ago

11.0.17

4 years ago

11.0.13

4 years ago

11.0.14

4 years ago

11.0.20

4 years ago

11.0.21

4 years ago

11.0.24

4 years ago

11.0.3

4 years ago

11.0.2

5 years ago

11.0.1

5 years ago

11.0.0

5 years ago

9.1.28

5 years ago

9.1.27

5 years ago

9.1.25

5 years ago

9.1.24

6 years ago

9.1.23

6 years ago

9.1.21

6 years ago

9.1.20

6 years ago

9.1.19

6 years ago

9.1.18

6 years ago

9.1.17

6 years ago

9.1.16

6 years ago

9.1.15

6 years ago

9.1.14

7 years ago

9.1.13

7 years ago

9.1.12

7 years ago

9.1.11

7 years ago

9.1.10

7 years ago

9.1.9

7 years ago

9.1.8

7 years ago

9.1.7

7 years ago

9.1.6

7 years ago

9.1.5

7 years ago

9.1.4

7 years ago

9.1.2

7 years ago

9.1.1

7 years ago

9.1.0

7 years ago

9.0.4

7 years ago