A set of React components.
NPM
$ npm install alcedo-ui --saveimport 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 can be found in the examples folder.
Check online examples.
Run Local Examples
$ npm startThis project is licensed under the terms of the MIT license

