A React-based UI Component Library, powered by Class101.
npm install --save @class101/ui
yarn add @class101/ui
import React, { Component } from 'react';
import { Button } from '@class101/ui';
class Example extends Component {
render() {
return <Button>Hello, world!</Button>;
}
}
These are at Class101 UI Documents Site.
Licensed under the MIT License, Copyright (c) 2020 Class101, Co. LTD.
See LICENSE for more information.