alcedo-ui
v2.73.2
Published
A set of React components.
Downloads
558
Readme
Alcedo-UI
A set of React components.
Installation
NPM
$ npm install alcedo-ui --save
Usage
import React, {Component} from 'react';
import RaisedButton from 'alcedo-ui/RaisedButton';
export default class MyComponent extends Component {
constructor(props) {
super(props);
}
// ...
render() {
return (
<RaisedButton value="Default"/>
);
}
}
Examples
Examples can be found in the examples folder.
Check online examples.
Run Local Examples
$ npm start
License
This project is licensed under the terms of the MIT license