rk-admin-ui
v0.1.7
Published
An admin UI component building on top of Antd Design with React implementation
Downloads
37
Maintainers
Readme
An admin UI component building on top of Antd Design with React implementation.
✨ Features & Components
- Activity
- AdvanceSearch
- AppHeader
- BasicDetailsView
- BasicTable
- ButtonTooltip
- DynamicElement
- EditableTable
- EmptyState
- InputSearch
- Item
- MediaModal
- ModalForm
- NotificationIcon
- PageHeader
- PopoverDropdown
- SideMenu
- SkeletonTable
- Tag
- UserAvatar
⌨️ Environment Support
- Modern browsers and Internet Explorer 9+ (with polyfills)
| IE / Edge | Firefox | Chrome | Safari | Opera | | --------- | --------- | --------- | --------- | --------- | --------- | | IE9, IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions
📦 Install
npm install rk-admin-ui
yarn add rk-admin-ui
🔨 Usage
import { UserAvatar } from 'rk-admin-ui';
ReactDOM.render(<UserAvatar />, mountNode);
``