Code Monkey home page Code Monkey logo

kotti's Introduction

Kotti Design System

Design system for new version of 3YOURMIND product.

Keen: The design should encourage users to use and willing to engage the product.

Okay: It's okay not for follow the foundation, but needs a strong reason to support. It's okay break the design principles but only when its the only way to solve the requirement.

Transparent: Making the design easy to perceive or detect, user can process smoothly without being aware of its presence.

Timely: The design need to response and help user finish their task in a timely matter.

Intuitive: The design should be intuitive and easy to understand, and decrease the learning curve.

Read the document online on Github Pages

Project Scope

Kotti Design System includes:

Item Meaning Purpose
Design Guideline a suggestion documentation for non-developer to read and understand the design system Give UX/UI designer a single source of truth and make sure design is consistent
Styles kotti-style a css framework which implement the design guideline Help developer to write customize component easier
UI Components kotti-ui modular and functional components based on design guideline replace the shared components in our project
Usage Documents example based documentation helps developer to use the component
Storybook UI development env easier UI develop
Test UI Test --

Folder Structure

kotti
|-- www // nuxt.js managed design guideline & usage documentation
     |-- packages.json
     |-- nuxt.js
|-- packages
     |-- kotti-style // scss file documentation
     |-- kotti-icons // icon fonts
     |-- kotti-button
          |-- src
          |-- package.json
          |-- index.js
          |-- README.md
package.json
README.md

Build Setup

# build pacakges
$ yarn run build:kotti

# serve with hot reload at localhost:3000
$ yarn run build:style
$ yarn run doc

# build for production and launch server
$ yarn doc:generate

# generate github pages
$ yarn doc:gh-pages

Use Kotti-Style

Install Kotti-Style

# install kotti-style package to your project
yarn add @3yourmind/kotti-style

Import Kotti-Style

@import '@3yourmind/kotti-style

Use Kotti-UI

Install Kotti-UI

# add kotti-ui package to your project
yarn add @3yourmind/kotti-ui

Import Kotti-UI

Fully Import

// in main.js
import Vue from 'vue';
import KottiUI from 'kotti-ui';
import '@3yourmind/kotti-style';

Vue.use(KottiUI);

kotti's People

Contributors

igeligel avatar ostoc avatar florianwendelborn avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.