monadical-react-components

0.1.1 • Public • Published

react-components: In-house components used @ Monadical

These components are not documented or supported, but if you find something you like you're welcome to use it!

Usage

import {ExpandableSection} from 'monadical-react-components'
 
const MORE_INFO = "https://github.com/Monadical-SAS/react-components"
 
 
export const TimeControlsComponent = ({debug, expanded}) =>
    <ExpandableSection name="Controls" source={MORE_INFO} expanded={expanded}>
        Blah Blah Blah content here
    </ExpandableSection>

Readme

Keywords

none

Package Sidebar

Install

npm i monadical-react-components

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

62.9 kB

Total Files

13

Last publish

Collaborators

  • nikisweeting