@mickyballadelli/react-things
v0.4.49
Published
Reusable React components from React Things.
Maintainers
Readme
@mickyballadelli/react-things
Reusable React components from React Things.
Install
npm install @mickyballadelli/react-things @mui/material @emotion/react @emotion/styledReact and React DOM are peer dependencies.
Use
import { GlassBox } from '@mickyballadelli/react-things'
export function Example() {
return (
<GlassBox transparency={0.45} fill={0.62} liquidColor="#38d6a5">
Liquid glass content
</GlassBox>
)
}Components
- GlassBox
- DraggableBox
- CodeViewer
- DataCardGrid
- DataLens
- LayoutSwitcher
- DockBar
- DockTabs
- CommandDock
- CommandPalette
- SpotlightSearch
- SmartBreadcrumbs
- PeekPanel
- SplitPane
- FloatingToolbar
- MagneticCard
- MorphMenu
- SpotlightPanel
- NodeCanvas
- FlowBuilder
- BeforeAfterSlider
- InfiniteCanvas
- SelectionBox
- BulkActionBar
- PresenceCursors
- StatusRail
- SmartTooltip
- ToastCenter
- TourGuide
- ResizableFrame
- ResizableDashboard
- InspectorPanel
- InspectorDrawer
- KanbanBoard
- ColorPicker
- ColorStudio
- TimelineScrubber
- FileDropZone
- DropComposer
- FocusRing
Publish
npm publish -w @mickyballadelli/react-things