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