Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

KC React Widget Library

License

NotificationsYou must be signed in to change notification settings

kickstartcoding/kc-react-widgets

Repository files navigation

kc-react-widget

KC React Widgets is a suite of pre-styled react widgets.

The widgets have a noticeable "3D", skeumorphic appearance, and are good for boldcall-to-action widgets, such as "launch buttons".

Demo

GIF

View demo of all widgets

Installation

npm install --save kc-react-widgets# using NPMyarn add kc-react-widgets# using yarn

Example use

importReact,{Component}from'react';import{Button}from'kc-react-widgets';classAppextendsComponent{render(){return(<divclassName="App"><ButtononClick={()=>console.log('Hello world!')}>          Click me!</Button></div>);}}

Widgets available

All widgets can be customized based on shape, color, 3D perspective depth.

  • Button
    • Can also be used as a toggle (checkbox)
  • Input
  • Modal
  • Card
  • Dropdown

License

kc-react-widget is licensed under the MIT license.

Contributions

Pull requests are welcome!

About

KC React Widget Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp