1.1.0 • Published 6 years ago

a_design-components v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

a_design-components

Build Status codecov Greenkeeper badge

React component for a UI design. Based on a_design.

Installation

npm i a_design-components

Usage

// file: src/YourOwnComponent.js

import { Block } from 'a_design-components';

export default ({name}) => (
 <Block title={name}>...</Block>
)

Import css in your App

You have to important the built css manually as the generated .js is es5 proofed.

// file: src/App.js

import 'a_design-components/build/css/index.css';
1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago