docs.rs failed to build hikari-components-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
hikari-components
Comprehensive UI component library with Arknights-style design and FUI (Future User Interface) aesthetics.
Installation
[]
= "0.1.0"
= "0.1.0"
= "0.1.0"
= "0.7"
Quick Start
use *;
use *;
use ThemeProvider;
Documentation
For complete API documentation and component examples, see docs.rs
Features
Component Categories
| Category | Feature | Components |
|---|---|---|
| Basic | basic |
Button, Input, Card, Badge |
| Feedback | feedback |
Alert, Toast, Tooltip |
| Navigation | navigation |
Menu, Tabs, Breadcrumb |
| Data | data |
Table, Tree, Pagination |
| Layout | (always) | Layout, Header, Aside, Content |
Feature Flags
Enable all basic components:
[]
= { = ["basic"] }
Enable specific components:
[]
= { = ["button", "input", "card"] }
License
MIT OR Apache-2.0