sushi.js

0.1.9 • Public • Published

Sushi.js Sushi.jsSushi.jsSushi.js

A modular UI library for Vue.js

Note: This is still an work in progress!

Demo and Documentation

Demo

Installation

Install Sushi.js through npm or yarn

npm install --save sushi.js
yarn add sushi.js

In your applications main entry point add:

import Vue from 'vue'
import 'sushi.js/dist/main.css';
import Sushi from 'sushi.js'

Vue.use(Sushi)

Theme

In case of theme changes remove import 'sushi.css' and use existing or create a new .scss file with this content.

$primary: limegreen; 
// Other overiding theme variables
@import '~sushi.js/core/styles/main.scss';

You have 2 options for import location, either your main App.vue or app.js

import '/path/to/your/style.scss'
<script lang="scss">
  @import '/path/to/your.scss';
</script>

Contributing

🍣🍣🍣

Package Sidebar

Install

npm i sushi.js

Weekly Downloads

3

Version

0.1.9

License

MIT

Last publish

Collaborators

  • walraz