Code Monkey home page Code Monkey logo

piman's Introduction

Piman UI framework

Piman is an open-source accessibility UI framework create by Blueplanet Inc.

image image image image image

๐Ÿ›  Getting started

Install

npm install @yasai/piman

Vue Project

//main.js
import Vue from 'vue'

import piman from "@yasai/piman";
import '@yasai/piman/dist/piman.css';
Vue.use(piman)

Nuxt Project

// nuxt.config.js
export default {
  plugins: [
    '@/plugins/piman',
  ],
}

// plugins/piman.js
import Vue from 'vue'
import piman from "@yasai/piman";
Vue.use(piman)

๐Ÿ–ฅ Browser Support

Modern browsers and Internet Explorer 11+.

๐Ÿ“– Documentation

See our site for full docs and guidelines.

๐Ÿ˜Ž Contributing

We're looking for contributors to help us improve the project. If you're interested, definitely check out our Contributing Guide and our Developer Guide!

๐Ÿ’ฌ Community

(coming soon)

โ— Copyright and license

Licensed under the Apache 2.0 License.

piman's People

Contributors

neil-lin avatar yasai0115 avatar

Stargazers

Taha Ali Meo 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.