1.1.0 • Published 10 months ago

@s-ui/react-atom-kbd v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

AtomKbd

The keyboard key component exists to show which key or combination of keys performs a given action.

documentation issue npm

Issues open NPM

Installation

$ npm install @s-ui/react-atom-kbd --save

Usage

Basic usage

import Kbd from '@s-ui/react-atom-kbd'

return (
  <AtomKbd>
    A
  </AtomKbd>
)

Find full description and more examples in the demo page.

1.1.0

10 months ago