For more info check the official site: http://september-ui.herokuapp.com/
September UI is a set of Vue components created to be customized to adapt to the unique design for your application.
It uses TailwindCss classes by default. No more Bootstrap like sites.
npm install septemberui --save
::: tip If you using the default theme you need to install TailwindCSS first :::
<template>
<div>
<alert>This is a alert</alert>
</div>
</template>
<script>
import { Alert } from "septemberui";
export default {
components: {
Alert
}
};
</script>
Please see CHANGELOG for more information what has changed recently.
If you discover any security related issues, please email abhisheksarmah660@gmail.com instead of using the issue tracker.