devs-react-button
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Button




button

Props Values Default

Usage

    import Button from "devs-react-button"
    
    const theme: ThemeTypes = {
        palette: {
            Blue: {
                dark: {
                    5: '#F2F6FA'
                },
            },
        };
        // shadows,
        // typography,
        // zIndex,
        // shape,
        // fontSizes,
    };
    const { Flex } = Components(theme)

   const App = () => (
        <Flex
            justifyContent="center"
            bgColor='Blue.dark.5'
            // ...other propps if needed
        >
            This is a div
        </Flex>
   )

Package Sidebar

Install

npm i devs-react-button

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

188 kB

Total Files

17

Last publish

Collaborators

  • bernardine