0.0.4 • Published 5 years ago
seiretu v0.0.4
seiretu
seiretu is a WebComponent that makes it easy to adjust the layout.
seiretu is based on flex box.
Using this component
<script type="module" src="//cdn.jsdelivr.net/gh/contiki9/seiretu/www/build/seiretu.esm.js"></script>
<script nomodule src="//cdn.jsdelivr.net/gh/contiki9/seiretu/www/build/seiretu.js"></script><srt-row justify="center" align="center" nowrap space="80px">
<!-- slot -->
</srt-row><srt-space class="ma-5">
<!-- slot -->
</srt-space>develop
git clone https://github.com/contiki9/seiretu.git seiretu
cd seiretu
git remote rm originand run:
npm install
npm startTo build the component for production, run:
npm run buildTo run the unit tests for the components, run:
npm testTo run storybook:
npm run storybookTo build storybook to github-pages:
npm run deployNeed help? Check out our docs here.