My personalised UI library


License
MIT
Install
npm install ghostsui@1.6.0

Documentation

GHOSTs UI

This is my ui "framework" mainly based on semantic HTML, while this project is mostly for my personal sites and projects I do expose some docs below.

NOTE: since it's my personal ui lib it might change often and won't be strictly documented - might make a public dirivitive in the future

Use

You can either import or use a cdn:

  • Importing

    • ghostsui/scss/ghostsui.scss
    • ghostsui/css/ghostsui.css
  • CDN

    <link
        rel="stylesheet"
        href="https://cdn.jsdelivr.net/npm/ghostsui@1/css/ghostsui.css"
    />

What is in this:

Album : REPL

  • Text

  • Flex

  • Anchors

  • Banners

  • Buttons

  • Cards

  • Input

...more, I got bored of taking screen shots

To Do

  • Better outline
  • Refine variables
  • More inputs (radio, select, number, etc)
  • Section (margin bottom (rfs probably))
  • Switch back to button class as I incorrectly used role="button"
  • Tables
  • Highlight colour
  • Fix placeholder