the-dark
v0.1.3
Published
A react component library straight from the shadow realm.
Downloads
1
Readme
The Dark
A react component library straight from the shadow realm.
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