Skip to content

Export individual components #470

Open
@nandi95

Description

Export individual vue components to be used by one off basis in applications.
stylesheet including the used classes should also be delivered separately for the classes that are used.

<script>
import { defineComponent } from 'vue';
import { UIButton } from '@karnama/vueish';
import '@karnama/vueish/ui-button.css'

export default defineComponent({
    name: 'MyComponent',

    components: { UIButton }
.
.
.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions