alcedo-ui

2.73.2 • Public • Published

Alcedo-UI

NPM Version License

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

/alcedo-ui/

    Package Sidebar

    Install

    npm i alcedo-ui

    Weekly Downloads

    161

    Version

    2.73.2

    License

    MIT

    Unpacked Size

    2.98 MB

    Total Files

    571

    Last publish

    Collaborators

    • alcedo
    • fatalxiao