Giter Club home page Giter Club logo

tiny-ui's People

Contributors

dependabot[bot] avatar wangdicoder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tiny-ui's Issues

Question: How to import single component's css?

Firstly: Good library. Looks nice.

Question: I see the index.min.css to be around 150 kb (uncompressed). But I wont use all the components.
How do I import one/few components CSS only (or even sass file directly)?

Pagination: React does not recognize the `pageSize` prop on a DOM element.

It seems like pageSize attribute is being transferred to ul DOM element without .toLowerCase()

In console:

Warning: React does not recognize the pageSize prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase pagesize instead. If you accidentally passed it from a parent component, remove it from the DOM element.
at ul
at Pagination (http://localhost:3000/static/js/bundle.js:51124:18)
at section
at RecordList (http://localhost:3000/static/js/bundle.js:453:5)
at div
at App (http://localhost:3000/static/js/bundle.js:37:86)

In React component:

            {allRecords.length > perPage && (
                <Pagination
                    current={page}
                    total={allRecords.length}
                    pageSize={perPage}
                    onChange={pageOnChangeHandler}
                />
            )}`

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.