0.1.3 • Published 3 years ago

the-dark v0.1.3

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

The Dark

A react component library straight from the shadow realm.

NPM Travis Build The Dark

Install

npm install the-dark

Usage

import React from 'react';

import { Flex, Button, Paper, Typography } from 'the-dark';

import 'the-dark/dist/index.css';

const App = () => {
  return (
    <Flex justify='center' align='center'>
      <Paper>
        <Typography>Welcome to the Shadow Realm, child.</Typography>
        <Flex justify='space-evenly' direction='row' style={{ width: '100%' }}>
          <Button animated>Embrace The Dark</Button>
          <Button weak animated>
            Forsaken The Light
          </Button>
        </Flex>
      </Paper>
    </Flex>
  );
};

export default App;

License

MIT © joaquimnet