0.3.4 • Published 1 year ago
@openscreen/ui-kit v0.3.4
Openscreen's React Component library
This is a public component library built with React, TypeScript, and SCSS. The library is designed to provide a collection of reusable UI components that can be easily integrated into any React application.
Getting started
To get started with using the component library, you can install it from npm:
npm install @openscreen/ui-kit
Once the library is installed, you can import the components into your React application and start using them:
import { Button } from '@openscreen/ui-kit';
function App() {
return (
<div>
<Button>Click me</Button>
</div>
);
}
Available Components and Documentation
Coming soon...
License
This component library is licensed under the Apache-2.0 License. See the LICENSE file for more information.