0.1.0 • Published 6 years ago

elementary-ui v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

elementary-ui

npm version Build Status Coverage Status Dependency Status devDependency Status

Fully-tested & strictly-typed component library based on React.

Components

  • <Text />
  • <View />

Components to be created:

  • <Card />
  • <Category />
  • <Image />

Demo

You can find our demo and detailed docs here

Installation

Elementary-UI is available as an npm package.

npm install --save elementary-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 Text from 'elementary-ui/Text';

function App() {
  return (
    <Text>
      Hello World
    </Text>
  );
}

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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago