0.3.12 • Published 4 months ago

tatweerui-vue v0.3.12

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Tatweer UI

it's a UI library developed by tatweer research company for Vue based on headless ui

Installation

npm install tatweerui-vue

Usage

<script setup>
  import { Button, Switch, ButtonVariant } from 'tatweerui-vue'
</script>

<template>
  <Button :variant="ButtonVariant.PRIMARY">
    Hello
  </Button>
  <Switch :isChecked="true" @on-checked="(isChecked)=>isChecked">World</Switch>
</template>

Components

  • Button
    • Primary
    • Secondary
  • Switch
  • ListSection
  • ListTile
  • BaseDialog
  • InfoDialog

Screenshot 2024-01-05 at 9.54.54 pm.png Screenshot 2024-01-05 at 10.04.23 pm.png

<ListSection title='List Section'>
  <ListTile title='List Tile Title' subtitle='subtitle'>
    <Switch :isChecked="true" />
  </ListTile>
</ListSection>

Screenshot 2024-01-05 at 9.54.25 pm.png

<InfoDialog :is-open='true' title='Info Dialog' :on-button-clicked='onClicked'>
  message for info dialog
</InfoDialog>

Screenshot 2024-01-08 at 5.05.11 pm.png

0.3.12

4 months ago

0.1.10

4 months ago

0.1.8

4 months ago

0.1.9

4 months ago

0.2.12

4 months ago

0.2.11

4 months ago

0.1.5

4 months ago

0.1.2

4 months ago

0.1.4

4 months ago

0.1.1

5 months ago

0.1.0

5 months ago