Coder Social home page Coder Social logo

ant-design-style's Introduction

@sensoro-design/styles

📦 Install

npm install @sensoro-design/styles

or

yarn add @sensoro-design/styles

or

pnpm add @sensoro-design/styles

🔨 Usage

App.tsx

import React from 'react';
import { Button, DatePicker } from 'antd';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker placeholder="select date" />
  </>
);

App.less

@import '~@sensoro-design/styles/dist/styles.min.css';

// when you use style variables
@import '~@sensoro-design/styles/style/themes/default.less';

color: @primary-color;
padding: @padding-sm;
box-shadow: @sen-shadow-01;

ant-design-style's People

Contributors

semantic-release-bot avatar wangxingkang avatar fuhao94 avatar

Stargazers

Thresh。 avatar  avatar

Watchers

 avatar  avatar wenlong avatar bhcbhc avatar  avatar

Forkers

wanghengm

ant-design-style's Issues

组件问题汇总

Input

  1. input cleart icon 需要替换,无法满足 UI稿。
  2. textarea滚动区域无法实现。
  3. 聚焦input 父级无法添加class

Empty组件

  1. 需要支持 size 配置,需要添加 interface

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.