1.2.1 • Published 2 years ago

simply-ui v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Simply-UI

Simple UI package for easy-to-use mobile-friendly simple designs!

Table of contents

Installation

CDN with JsDeliver or UNPKG

Easy-to-use link to instantly get access to Simply-UI

  • Add a <link> to:

(JsDeliver)

- Full (87.3 KB)
  https://cdn.jsdelivr.net/npm/simply-ui@1.2.0/dist/css/simply.css

- Minified (70.1 KB)
  https://cdn.jsdelivr.net/npm/simply-ui@1.2.0/dist/css/simply.min.css

(UNPKG)

- Full (87.3 KB) 
  https://unpkg.com/simply-ui@1.2.0/dist/css/simply.css

- Minified (70.1 KB) 
  https://unpkg.com/simply-ui@1.2.0/dist/css/simply.min.css

in your project's <head>.

  • Start using Simply's stylings!

Usage

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simply-ui@1.2.0/dist/css/simply.min.css">
    <title>Simply-UI Demo</title>
</head>

NPM (WIP)

  • Download release.
  • Run npm i simply-ui --save on your project.
  • Add a link to the Simply-UI's dist/css/index.css in your <head>.

I have never posted to NPM or used anything from it before, if you can verify that you can use the library from it I will appreciate it greatly! <3

Usage

import { simply } from 'simply';

simply({
    scrollbar: 'simply',
    scrollbar_color: 'primary'
});

Options

  • scrollbar - default / simply (Default's the body's scrollbars)
  • scrollbar_color - Any color under $colors variable (Sets the scrollbars default color)

Demo

See it in action with this Demo

Also see sample Homepage

Links

ansi-colorsansi-grayansi-regexansi-wrapanymatchappend-bufferarchyarr-diffarr-filterarr-flattenarr-maparr-unionarray-eacharray-initialarray-lastarray-slicearray-sortarray-uniqueassign-symbolsasync-doneasync-eachasync-settleatobbachbalanced-matchbasebinary-extensionsbrace-expansionbracesbuffer-equalbuffer-fromcache-basecall-bindcamelcasechokidarclass-utilscliuicloneclone-bufferclone-statscloneable-readablecode-point-atcollection-mapcollection-visitcolor-supportcommandercomponent-emitterconcat-mapconcat-streamconvert-source-mapcopy-descriptorcopy-propscore-util-iscssescddebugdecamelizedecode-uri-componentdefault-comparedefault-resolutiondefine-propertiesdefine-propertydetect-fileduplexifyeach-propsend-of-streamerror-exes5-extes6-iteratores6-symboles6-weak-mapexpand-bracketsexpand-tildeextextendextend-shallowextglobfancy-logfast-levenshteinfill-rangefind-upfindup-syncfinedflagged-respawnflush-write-streamfor-infor-ownfragment-cachefs-mkdirp-streamfs.realpathfunction-bindget-caller-fileget-intrinsicget-valueglobglob-parentglob-streamglob-watcherglobal-modulesglobal-prefixglogggraceful-fsgulp-cligulploghashas-property-descriptorshas-symbolshas-valuehas-valueshomedir-polyfillhosted-git-infoimmutableinflightinheritsiniinterpretinvert-kvis-absoluteis-accessor-descriptoris-arrayishis-binary-pathis-bufferis-core-moduleis-data-descriptoris-descriptoris-extendableis-extglobis-fullwidth-code-pointis-globis-negated-globis-numberis-plain-objectis-relativeis-unc-pathis-utf8is-valid-globis-windowsisarrayisexeisobjectjson-stable-stringify-without-jsonifyjust-debouncekind-oflast-runlazystreamlcidleadliftoffload-json-filelodash.clonedeepmake-iteratormap-cachemap-visitmatchdepmicromatchminimatchmixin-deepmsmute-stdoutnanoidnanomatchnext-ticknormalize-package-datanormalize-pathnow-and-laternumber-is-nanobject-copyobject-keysobject-visitobject.assignobject.defaultsobject.mapobject.pickobject.reduceonceordered-read-streamsos-localeparse-filepathparse-jsonparse-node-versionparse-passwdpascalcasepath-dirnamepath-existspath-is-absolutepath-parsepath-rootpath-root-regexpath-typepicocolorspicomatchpifypinkiepinkie-promiseplugin-errorposix-character-classespostcsspostcss-selector-parserpretty-hrtimeprocess-nextick-argspumppumpifypurgecssread-pkgread-pkg-upreadable-streamreaddirprechoirregex-notremove-bom-bufferremove-bom-streamremove-trailing-separatorrepeat-elementrepeat-stringreplace-extreplace-homedirrequire-directoryrequire-main-filenameresolveresolve-dirresolve-optionsresolve-urlretsafe-buffersafe-regexsemversemver-greatest-satisfied-rangeset-blockingset-valuesnapdragonsnapdragon-nodesnapdragon-utilsource-mapsource-map-jssource-map-resolvesource-map-urlsparklesspdx-correctspdx-exceptionsspdx-expression-parsespdx-license-idssplit-stringstack-tracestatic-extendstream-exhauststream-shiftstring_decoderstring-widthstrip-ansistrip-bomsupports-preserve-symlinks-flagsver-compatthrough2through2-filtertime-stampto-absolute-globto-object-pathto-regexto-regex-rangeto-throughtypetypedarrayunc-path-regexundertakerundertaker-registryunion-valueunique-streamunset-valueupathurixuseutil-deprecatev8flagsvalidate-npm-package-licensevalue-or-functionvinylvinyl-fsvinyl-sourcemapvinyl-sourcemaps-applywhichwhich-modulewrap-ansiwrappyxtendy18nyargsyargs-parser
1.2.1

2 years ago

1.2.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago