@design-atlas/svelte
v0.1.2
Published
Svelte components for Design Atlas design system
Maintainers
Readme
@design-atlas/svelte
Svelte components for the Design Atlas design system.
Installation
npm install @design-atlas/svelteUsage
<script>
import { AtlButton, AtlAlert, AtlField } from '@design-atlas/svelte';
</script>
<AtlButton>Click me</AtlButton>
<AtlAlert type="info">This is an info message</AtlAlert>
<AtlField label="Name" placeholder="Enter your name" />Available Components
AtlAlert- Alert/notification componentAtlButton- Button componentAtlCheckbox- Checkbox input componentAtlField- Form field wrapperAtlLabel- Form label componentAtlLink- Link componentAtlRadio- Radio button componentAtlSelect- Select dropdown componentAtlTextArea- Multi-line text inputAtlTextInput- Single-line text inputAtlTooltip- Tooltip component
Requirements
- Svelte 5.0.0 or higher
License
MIT
