All Projects → SAP-archive → techne

SAP-archive / techne

Licence: Apache-2.0 license
Design Guidelines, Components and Patterns Library for modern, mobile-first, user-centric Experience Design

Programming Languages

Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to techne

Smart-Inspector
Fluent re-take on Unity Inspector UX. Packed with QoL improvements.
Stars: ✭ 680 (+1600%)
Mutual labels:  components, ux
react-figma-ui
🏗️ React implementation for figma-plugin-ds
Stars: ✭ 25 (-37.5%)
Mutual labels:  components, patterns
CleanUI
Android library to create beautiful, clean and minimal UIs.
Stars: ✭ 19 (-52.5%)
Mutual labels:  components, ux
orgenic-ui
ORGENIC UI is an MIT-licensed open source project for creating strong user interfaces with high quality web components.
Stars: ✭ 53 (+32.5%)
Mutual labels:  components, ux
Clarity
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
Stars: ✭ 6,398 (+15895%)
Mutual labels:  components, ux
Smart Hierarchy
Better hierarchy for Unity.
Stars: ✭ 234 (+485%)
Mutual labels:  components, ux
React Messenger
Chat UX components built with React, inspired by Facebook Messenger
Stars: ✭ 167 (+317.5%)
Mutual labels:  components, ux
ui patterns
[NOTE] Development has moved to https://drupal.org/project/ui_patterns
Stars: ✭ 87 (+117.5%)
Mutual labels:  patterns, ux
react-native-dynamic-vector-icons
Wrapper of react-native-vector-icons to use dynamic types
Stars: ✭ 84 (+110%)
Mutual labels:  ux
addel
🎵 A jQuery plugin that enables dynamic addition & deletion of HTML elements
Stars: ✭ 51 (+27.5%)
Mutual labels:  ux
awesome-programming-books
List of good programming books for beginners and professionals
Stars: ✭ 68 (+70%)
Mutual labels:  patterns
sonar.css
CSS3/Sass Animated Attention Seekers
Stars: ✭ 16 (-60%)
Mutual labels:  ux
awesome-ux-design-styles
Curated list of UX styleguides and design systems
Stars: ✭ 66 (+65%)
Mutual labels:  ux
KDInstagram
Instagram Clone built in Swift. Utilize three design patterns in three major modules.
Stars: ✭ 119 (+197.5%)
Mutual labels:  ux
pikko
Color picker for iOS made with ❤️
Stars: ✭ 34 (-15%)
Mutual labels:  ux
flutter getx template
🍻🍀 This is source base for getx flutter. Optimize by lambiengcode
Stars: ✭ 43 (+7.5%)
Mutual labels:  patterns
floating-slideup-sheet
Simple and lightweight UI library for user new experience, combining floating bottom navigation and bottom sheet behaviour. Simple and beautiful.
Stars: ✭ 118 (+195%)
Mutual labels:  ux
NiceDemo
iOS project, built on improved MVP architecture using Coordinator pattern for routing 😎
Stars: ✭ 54 (+35%)
Mutual labels:  patterns
HealthDeterminants
Social Determinants of Health Visualization
Stars: ✭ 58 (+45%)
Mutual labels:  ux
MDSL-Specification
A domain-specific language to specify (micro-)service contracts, data representations and endpoints.
Stars: ✭ 35 (-12.5%)
Mutual labels:  patterns

Important Notice

This public repository is read-only and no longer maintained.

Techne in Maintenance mode

Please note that Techne component library is no longer being actively developed. The project will remain active for the time being. For the next evolution of techne, please check out Fundamental UI

Hybris Techne is the design guideline and component library for modern, mobile-first, user-centric experience design on YaaS.

Components

See this page for a list of UI Components included in Hybris Techne. https://techne.yaas.io/components/Alerts-Errors-Notifications.html

Installation

Install using bower

You can install Techne using Bower by with the following command in terminal or command prompt: bower install hyTechne

Install using NPM

Techne is also avialable as a NPM package. You can install with the following command in terminal or command prompt: npm install techne

Getting started

Four quick steps to get started:

  • Clone the repo.
  • Install node dependencies npm: npm install.
  • Install bower dependencies bower: bower install
  • Initialize KSS: gulp patchgulpkss
  • Run npm: npm start or run gulp: gulp
  • If you have a different folder setup than the default bower, you should modify the config.json to fit your needs.

What's the structure?

Within the repo you'll find the following directories and files:

├── src/
│   ├── less
│   ├── icons
│   ├── js
│   └── templates
├── dist/
│   ├── css
│   ├── js
│   ├── fonts
├── docs

So you want to build the less on your own?

Nothing easier than that! Simply include our styes.less files like: @import "bower_components/hyTechne/src/less/styles";.

IMPORTANT: There is no default value for @bower-path set. It is required that you define this variable in your own stylesheet and point to your bower_components folder. (No trailing slash).

@bower-path: '../../bower_components';

Reason: In order to be able to overwrite a variable in a import path, the variable can not yet be defined. Otherwise the LESS compiler picks the first definition and that's it.

Also remember to fix the paths for fonts by overwriting the path variables in a less include after the style.less include like:

@import "_resource-paths";

and add in the file something like:

// Use this file to point to the right folders
// for correct paths for icon-fonts etc
// icon names much follow a UTF hex naming format

@bootstrap-path: '../../bower_components/bootstrap'; // Path to bootstrap folder
@hytech-path: '../../bower_components/hyTechne'; // Path to hytech folder

Note: In order to build the less the minimum required version of less is 2.3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].