Skip to content

mokko-labs/substance-ui-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Beautiful, reusable React UI component library.

Documentation

You can read more about Substance UI components & integration here

Stable channel

npm install substance-ui

Demo

Check out the demo here

Installation

Substance-UI is available as an npm package.

Stable channel

npm install substance-ui

Usage

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

import React from 'react';
import { render } from 'react-dom';
import { Button } from 'substance-ui';

function App() {
  return (
    <Button size="small" color="primary">
      Small Button
    </Button>
  );
}

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

License

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

Made with ♥ @Mokko

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •