ready-to-use-components

React UI components based on storybook : Box, Center, Stack, Hstack, SimpleGrid

Testing code for each component

Go to npm link


🕶 Preview

스크린샷 2022-12-28 오후 3 35 28


🥑 installation

npm i ready-to-use-components


👀 how to apply

import {SimpleGrid, Box} from 'ready-to-use-components'

const App = () => {
  return (
    <SimpleGrid>
      <Box>1</Box>
      <Box>2</Box>
      <Box>3</Box>
      <Box>4</Box>
    </SimpleGrid>
  )
}

👩🏻‍💻 teck stack