This package has been deprecated

Author message:

Package has been moved to @ta-interaktiv/semantic-ui. Please update your dependencies.

ta-semantic-ui

1.2.8 • Public • Published

TA Semantic UI

These are stylesheets used for interactive visualisations for tagesanzeiger.ch.

The styles are based on Semantic UI and adapted to conform to the art direction. (Work in Progress)

Usage within React

Installation

Yarn:

yarn add ta-semantic-ui

NPM:

npm install ta-semantic-ui

Inclusion

Base styles that should be included in main.js:

import 'ta-semantic-ui/semantic/dist/components/reset.css';
import 'ta-semantic-ui/semantic/dist/components/site.css';

In all other react components, only the necessary Semantic UI components should be included, like this:

import 'ta-semantic-ui/semantic/dist/components/button.css';
import 'ta-semantic-ui/semantic/dist/components/image.css';
import 'ta-semantic-ui/semantic/dist/components/icon.css';
import 'ta-semantic-ui/semantic/dist/components/segment.css';

Other usages

A complete Version of Semantic UI for use in other projects is here:

http://interaktiv.tagesanzeiger.ch/static/semantic/[current version number]/semantic.min.css (533KB!) http://interaktiv.tagesanzeiger.ch/static/semantic/[current version number]/semantic.min.js (264KB!)

Separate components are available as well.

Dependents (5)

Package Sidebar

Install

npm i ta-semantic-ui

Weekly Downloads

2

Version

1.2.8

License

ISC

Last publish

Collaborators

  • xeophin