npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

semantic-ui-stylus

v1.8.1

Published

Semantic empowers designers and developers by creating a shared vocabulary for UI.

Downloads

2

Readme

Semantic

Semantic UI

Semantic is a highly-themable UI framework with intuitive naming conventions built around common usage. This is a fork for use with Stylus.

Key Features

  • 50+ UI Elements
  • 3000 + CSS Variables
  • 3 Levels of Variable Inheritance (Similar to SublimeText)
  • Built using EM values for responsive design

Semantic UI is now at 1.0, be sure to check out our release notes for changes from the pre-release.

International

  • Chinese A Chinese mirror site is available at http://www.semantic-ui.cn
  • Right-to-Left (RTL) - An RTL version can be created using our build tools by selecting rtl from the install script
  • Translation - To help translate see the Wiki Guide for translations

Release Schedule

Semantic follows a weekly schedule for feature updates. To see what changes are scheduled for upcoming releases, be sure to visit the release milestone page.

Community Support

Contributing

  • Missing documentation in your language? Help us make Semantic available in more languages by joining our translation community
  • Want to help with integration? Projects are organizing for official Meteor, and Angular integrations as well as a Sass port. Join the discussion on their respective boards.
  • Want to help others learn concepts behind Semantic? Learnsemantic.com needs articles to help others get others up to speed with Semantic UI. Send me an e-mail if you are interested.

Getting Started

Basic Usage (Default Theme)

We recommend setting up the Semantic build workflow to support on-the-fly theming and customization, but it is not required.

To use the "ready-to-use" distribution version, which includes all components, simply link to dist/semantic.js and dist/semantic.css (or their minified counterparts) in your page.

<link rel="stylesheet" type="text/css" href="/dist/semantic.min.css">
<script src="/dist/semantic.min.js"></script>

You may also prefer to use individual components found in dist/components to reduce the libraries file size.

<link rel="stylesheet" type="text/css" href="/dist/components/icon.css">

Recommended Usage (Themed)

Semantic is best used actively during development. We have included build tools for updating your site's theme as you work.

Getting Started

npm install
gulp

Running gulp for the first time will start the interactive set-up.

This helps you create two important files semantic.json which stores your folder set-up, and themes.config a central file for setting ui themes.

The install utility will also help you set-up which components you want to include in your packaged release, ignoring parts of Semantic you may not use.

Once set-up you can use these commands to maintain your project

gulp  // defaults to watch after install
gulp build // build all files from source
gulp clean // clears your dist folder
gulp watch // watch files
gulp install // re-runs install
gulp help // list all commands

For more detail into how work with Semantic when building a site please read out customization guide on LearnSemantic.com

Browser Support

  • Last 2 Versions FF, Chrome, IE (aka 10+)
  • Safari 6
  • IE 10+
  • Android 4
  • Blackberry 10

Browser prefixes are present for Internet Explorer 9, but the browser is not officially supported.

Pull Requests

When adding pull requests be sure to merge into next branch. If you need to demonstrate a fix in next release, you can use this jsfiddle

Reaching Out

If you'd like to start a conversation about Semantic feel free to reach out by e-mail [email protected]

Flattr This