0.0.0-685c89e • Published 2 years ago

@atoms-studio/components v0.0.0-685c89e

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Atoms UI Kit / 🎨 Components

Unstyled components that cover most common UI patterns. Uses Vite in lib mode to build for production. Uses Vitest to run unit tests.

Installation

yarn add @atoms-studio/components

Then in your Vue app main entry point:

import { createApp } from 'vue'
import Components from '@atoms-studio/components'

const app = createApp(App)
app.use(Components, {
    baseUrl: 'http://localhost:3000'
})
app.mount('#app')

Development

  • Components must be written in Typescript
  • You can use templates or render functions as you please.
  • You can use composables from the 📦 Composables package.
  • You can use Options API, Composition API, <script setup> as you see fit.
  • Every component must have a unit test suite in the tests folder named after it, ie: test/<componentName>.test.ts.
  • Every component must have an example app in the ℹ️ Examples package.
  • Every component must have an E2E test that consumes the example app.

To execute unit tests, run yarn test in the packages/components folder.

0.0.0-cb128db

2 years ago

0.0.0-5f698f2

2 years ago

0.0.0-780e065

2 years ago

0.0.0-43cad3b

2 years ago

0.0.0-d183583

2 years ago

0.0.0-10dc0a8

2 years ago

0.0.0-a8bc262

2 years ago

0.0.0-5543115

3 years ago

0.0.0-7aa5737

3 years ago

0.0.0-99b4fdd

3 years ago

0.0.0-202bf63

3 years ago

0.0.0-6ff6ef7

3 years ago

0.0.0-916f92a

3 years ago

0.0.0-6e2735f

3 years ago

0.0.0-2552022

3 years ago

0.0.0-f79cc58

3 years ago

0.0.0-dcf2148

3 years ago

0.0.0-f0a5e37

3 years ago

0.0.0-79507d2

3 years ago

0.0.0-3fc408f

3 years ago

0.0.0-1308d67

3 years ago

0.0.0-c10a9da

3 years ago

0.0.0-56c494b

3 years ago

0.0.0-75bc302

3 years ago

0.0.0-834f101

3 years ago

0.0.0-bcf42fb

3 years ago

0.0.0-7148156

3 years ago

0.0.0-0f07a89

3 years ago

0.0.0-b412d29

3 years ago

0.0.0-0dbd1c0

3 years ago

0.0.0-3cf276b

3 years ago

0.0.0-4dbd067

3 years ago

0.0.0-7331f61

3 years ago

0.0.0-40fc781

3 years ago

0.0.0-7f889a7

3 years ago

0.0.0-9f148e4

3 years ago

0.0.0-223dfe0

3 years ago

0.0.0-8e199d5

3 years ago

0.0.0-1dbf7ec

3 years ago

0.0.0-1a5fdad

3 years ago

0.0.0-c0218d4

3 years ago

0.0.0-55830e3

3 years ago

0.0.0-2e73034

3 years ago

0.0.0-6bbbfdc

3 years ago

0.0.0-92ccef5

3 years ago

0.0.0-a11ca3e

3 years ago

0.0.0-4891555

3 years ago

0.0.0-2986c85

3 years ago

0.0.0-0e94f99

3 years ago

0.0.0-fbdcbc8

3 years ago

0.0.0-a5f4c95

3 years ago

0.0.0-685c89e

3 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.3

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.1.0

4 years ago