Git Product home page Git Product logo

stage-ui's Introduction

StageUI

Flexible UI Framework declared by your own Design System.

GitHub license Documentation Core version package System version package Icons version package

Install

yarn add @stage-ui/core

Getting started

import React from 'react'
import { Viewport, Header } from '@stage-ui/core'

export default () => (
  <Viewport>
    <Header>Hello world!</Header>
  </Viewport>
)

Experimental

More components available from lab package.

yarn add @stage-ui/lab

MIT License

stage-ui's People

Contributors

del1e avatar dependabot[bot] avatar dimaeff avatar evin001 avatar gregorymoskalev avatar itrcz avatar makssieve avatar olvlesya avatar silvers777 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stage-ui's Issues

Menu prop for navbar

Component: Menu
Type: Suggestion

Please add props to the Menu that allows changing an HTML element that is used as a container,
it will come useful for the navbar.

Checkbox enhancement

Checkbox element

  1. add props name
  2. label HTML tag for label
  3. let an element be a label, now it requires string type

Table value not typed

{
   key: "id",
   value: "ID",
   render: (ctx: TableTypes.TableCellContext<CustomType>) => {
       ctx.value // is any, but should be type of CustomType['id']
   }
}

Props as for Flexbox element

Component: Flexbox
Type: Suggestion

Please add props to the Flexbox that allows changing an HTML element that is used as a container,
it will come useful for the header element.

Modal on close event bubbling

When clicking on the overlay or close button "X" of the Modal component there is no way to prevent the event from bubbling. For example, if a Modal component is opened from the component that also has onClick, it will trigger.

Real example. Each line has onClick handler that triggers on Modal close.
image

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.