Skip to content

keitagame/Project-React

Repository files navigation

Project-React

〜keitagamesのreactコンポーネントライブラリ〜

こんにちはkeitaです。

これは私達のサイトで使うと思うreactコンポーネントライブラリです。

使い方.

インストール

npm install @keitagames/keitaui

サンプル

//インストール npm install @keitagames/keitaui
import { default as Input } from '@keitagames/keitaui/src/components/Input'

import { default as Button } from '@keitagames/keitaui/src/components/Button'


function App() {
  
  function a(){

  }
  return (
    <>
      <h1>welcome to project-react</h1>
      <Button label="keitagames" onClick={a}></Button> 
      
      <Input p="keitagames..."></Input>
    </>
  )
}

export default App

その他もあります

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published