1.0.3 • Published 3 years ago

@djaouli/react-spectrum v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Quickly build beautiful React apps. React-Spectrum is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow our own design system.

license npm downloads Follow on Twitter

Installation

React-Spectrum is available as an npm package.

// with npm
npm i @djaouli/react-spectrum

// with yarn
yarn add @djaouli/react-spectrum

Usage

Here is a quick example to get you started, it's all you need:

import * as React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@djaouli/react-spectrum';

function App() {
  return <Button variant="contained">Hello World</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Documentation

Check out our documentation website.

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to react-spectrum.

Changelog

If you have recently updated, please read the changelog for details of what has changed.

License

This project is licensed under the terms of the MIT license.