inc2734 / unitone-css

MIT License
7 stars 0 forks source link

React コンポーネントとしても使えるようにする #10

Closed inc2734 closed 11 months ago

inc2734 commented 11 months ago
import { Stack } from '@inc2734/unitone-css';

<Stack>
  <p>あいうえお</p>
  <p>あいうえお</p>
</Stack>