Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 678 Bytes

スクリーンショット 2021-08-22 3 35 56

「あしたのベスト」ポータブル。Web Components によるすぐれたポータビリティをお楽しみください。

sample

How to use

<head>
  <script src="https://unpkg.com/@kazuhi-ra/avw/dist/browser/index.js"></script>
</head>
<body>
  <ashitano-vest></ashitano-vest>
</body>

or

npm i @kazuhi-ra/avw

import '@kazuhi-ra/avw'

const AshitanoVest = () => {
  return <ashitano-vest />
}