@kodifyeditor/ui
v0.1.1
Published
Shared UI shell for KodifyEditor: TopBar, LibraryPanel, Inspector, Dashboard, design tokens.
Downloads
459
Maintainers
Readme
@kodifyeditor/ui
Shared UI shell and reusable primitives for KodifyEditor.
Install
pnpm add @kodifyeditor/ui @kodifyeditor/core react react-domImport the stylesheet once at the root of your app:
import '@kodifyeditor/ui/styles.css';What's inside
Shell— the full editor layout (top bar, library, canvas, inspector) wired touseEditor.Dashboard— project grid landing surface.- Panels:
LibraryPanel,Inspector,VariablesDrawer. - Media:
MediaLibrary,MediaField,Dropzone. - Primitives:
Button,IconButton,TextInput,TextArea,Select,Segmented,Slider,ColorPicker,AlignControl,Modal,Drawer,Toast,EmptyState,SidePanel,FieldRow,Icon.
All primitives are theme-aware via CSS custom properties and support light/dark through the data-theme attribute.
MIT © Kodify
