Yoshino

screenshot of Yoshino
react
less

A themable React component library!Flexible Lightweight PC UI Components built on React! Anyone can generate easily all kinds of themes by it!

Overview:

Yoshino is a development framework that allows developers to create and share themes for their projects. It is inspired by Hexo and offers similar functionalities. Yoshino provides a range of components and effects that can be customized and used in projects. It also supports TypeScript and provides d.ts files to aid in development.

Features:

  • Develop with TypeScript: Yoshino supports TypeScript and provides d.ts files, making development faster and more efficient.
  • OFA and AFO Concept: Yoshino follows the concept of "one for all" and "all for one", allowing developers to standardize component outputs based on their project's UI.
  • Helpers: Yoshino offers a variety of helper components that provide useful effects and functionality.
  • Ripple: Yoshino includes a Ripple component that adds a ripple effect to elements when clicked.
  • Transitions: Yoshino provides transition components that can be used to add smooth animations to elements.
  • Icon component: Yoshino's Icon component is based on archer-svgs and can be loaded on demand. It only loads the necessary .svg files.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.