10.11.1 • Published 11 months ago

@saddlebackchurch/react-cm-ui v10.11.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
11 months ago

React CM UI

UI Assets for Healthy Church and related projects

Build Status   npm version

UI Documentation Site

https://cm-ui-docs.saddleback.com

Powered By

React JS     Material UI

Installation

Install React CM UI from NPM.

npm install @saddlebackchurch/react-cm-ui --save

Usage

Components

import {
    Button,
    Grid,
    Icon,
    Typography
} from '@saddlebackchurch/react-cm-ui';

Styles

If you are using Webpack to build your App you can use resolve.alias and import the React CM UI's CSS.

In your Webpack config file.

resolve: {
    alias: {
        'css-cm-ui': path.join(__dirname, '/node_modules/@saddlebackchurch/react-cm-ui/core/style.css')
    }
}

In your app.

import 'css-cm-ui';

Run the UI Documentation web app

cd /docs
npm start

(runs on port 8082, i.e. http://localhost:8082)

10.11.1

11 months ago

10.11.0

1 year ago

10.11.0-rc4

1 year ago

10.11.0-rc3

1 year ago

10.9.9-hotfix1

1 year ago

10.11.0-rc2

1 year ago

10.10.1

1 year ago

10.11.0-rc1

1 year ago

10.10.0

1 year ago

10.9.8

1 year ago

10.9.9

1 year ago

10.9.7

1 year ago

10.9.6

1 year ago

10.9.5

2 years ago

10.7.0

2 years ago

10.8.0

2 years ago

10.7.1

2 years ago

10.9.0

2 years ago

10.7.2

2 years ago

10.9.1

2 years ago

10.7.3

2 years ago

10.9.2

2 years ago

10.7.4

2 years ago

10.9.3

2 years ago

10.7.5

2 years ago

10.6.8-hotfix-1

2 years ago

10.7.3-hotfix1

2 years ago

10.9.4

2 years ago

10.7.6

2 years ago

10.7.7

2 years ago

10.6.9

2 years ago

10.6.10

2 years ago

10.6.11

2 years ago

10.6.12

2 years ago

10.6.13

2 years ago

10.6.14

2 years ago

10.6.15

2 years ago

10.6.7

2 years ago

10.6.8

2 years ago

10.6.5

2 years ago

10.6.6

2 years ago

10.6.4

2 years ago

10.6.2

2 years ago

10.6.3

2 years ago

10.6.0

3 years ago

10.6.1

3 years ago

10.5.3

3 years ago

10.5.4

3 years ago

10.5.5

3 years ago

10.5.0

3 years ago

10.5.1

3 years ago

10.5.2

3 years ago

10.1.5

4 years ago