0.0.0-685c89e • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.0-5f698f2

1 year ago

0.0.0-780e065

1 year ago

0.0.0-43cad3b

1 year ago

0.0.0-d183583

1 year ago

0.0.0-10dc0a8

1 year ago

0.0.0-a8bc262

1 year ago

0.0.0-5543115

2 years ago

0.0.0-7aa5737

1 year ago

0.0.0-99b4fdd

1 year ago

0.0.0-202bf63

1 year ago

0.0.0-6ff6ef7

2 years ago

0.0.0-916f92a

1 year ago

0.0.0-6e2735f

2 years ago

0.0.0-2552022

2 years ago

0.0.0-f79cc58

2 years ago

0.0.0-dcf2148

2 years ago

0.0.0-f0a5e37

2 years ago

0.0.0-79507d2

2 years ago

0.0.0-3fc408f

2 years ago

0.0.0-1308d67

2 years ago

0.0.0-c10a9da

2 years ago

0.0.0-56c494b

2 years ago

0.0.0-75bc302

2 years ago

0.0.0-834f101

2 years ago

0.0.0-bcf42fb

2 years ago

0.0.0-7148156

2 years ago

0.0.0-0f07a89

2 years ago

0.0.0-b412d29

2 years ago

0.0.0-0dbd1c0

2 years ago

0.0.0-3cf276b

2 years ago

0.0.0-4dbd067

2 years ago

0.0.0-7331f61

2 years ago

0.0.0-40fc781

2 years ago

0.0.0-7f889a7

2 years ago

0.0.0-9f148e4

2 years ago

0.0.0-223dfe0

2 years ago

0.0.0-8e199d5

2 years ago

0.0.0-1dbf7ec

2 years ago

0.0.0-1a5fdad

2 years ago

0.0.0-c0218d4

2 years ago

0.0.0-55830e3

2 years ago

0.0.0-2e73034

2 years ago

0.0.0-6bbbfdc

2 years ago

0.0.0-92ccef5

2 years ago

0.0.0-a11ca3e

2 years ago

0.0.0-4891555

2 years ago

0.0.0-2986c85

2 years ago

0.0.0-0e94f99

2 years ago

0.0.0-fbdcbc8

2 years ago

0.0.0-a5f4c95

2 years ago

0.0.0-685c89e

2 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago