並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 934件

新着順 人気順

Componentの検索結果321 - 360 件 / 934件

  • Blueprint - A React-based UI toolkit for the web

    A React-based UI toolkit for the web

      Blueprint - A React-based UI toolkit for the web
    • Component Encyclopedia | Storybook

        Component Encyclopedia | Storybook
      • GitHub - toshusai/cmpui: CmpUI is a component library designed for creating complex GUI applications in web browsers.

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - toshusai/cmpui: CmpUI is a component library designed for creating complex GUI applications in web browsers.
        • GitHub - brillout/awesome-react-components: Curated List of React Components & Libraries.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - brillout/awesome-react-components: Curated List of React Components & Libraries.
          • Adobe - デベロッパーセンター : Progression Framework 2 初級編:ActionScriptを書かずにFlashサイトを簡単に構築する

            Progression Framework 2 初級編:ActionScriptを書かずにFlashサイトを簡単に構築する 松竹 誠(Mk-10:cellfusion) Ryukyu Inc. Webディレクター&デザイナー/ Flashエンジニア 目次 Progression Framework 2とは ステップ1:パーツの作成 ステップ2:InOutMovieコンポーネントで各ページにアニメーションを実装する ステップ3:RollOverButtonコンポーネントで各ボタンにシーン移動機能を追加する ステップ4: ImageBoxコンポーネントを使って写真を外部から読み込む ステップ5:EasyCasting機能でサイトのシーン表示をコントロールする 印刷用に表示 作成日:2008年1月16日 ユーザレベル:初心者 製品:ActionScript Flash Flash Player

            • Angular2のDIを知る - Qiita

              Injectする側 これをComponentでDIします。DIするにはComponentのprovidersプロパティにDIしたいクラスを指定し、コンストラクタでそのクラスの引数を取ります。 import {Component} from 'angular2/core' import FooService from "./fooService"; @Component({ selector: 'my-app', providers: [FooService], template: ` <div> <h2>Hello {{name}}</h2> </div> `, directives: [] }) export class App { constructor(private fooService: FooService) { this.name = fooService.say(); }

                Angular2のDIを知る - Qiita
              • agilecatcloud.com

                This domain may be for sale!

                  agilecatcloud.com
                • Elm のコンポーネント論争とは何か - ジンジャー研究室

                  Elm 界隈で「コンポーネントをどう作るべきか」みたいな話がよく出る。日本に限った話ではなくメーリングリストとか Slack でも頻出の話題で、その度に熟練者が説明するのだが、すんなり理解されることもあれば喧嘩になることもある。 ちょうど昨日 Twitter で盛り上がってたので、可能な限りわかりやすく現状を説明してみる。 @nobkz @m2ym (言っている意味が分かってしまった…多分かつての推しアーキテクチャで今は基本的に避けるべきだけど場合によってはやっても良い的な位置付けのやつです…割り込み失礼)— Yosuke Torii / ジンジャー (@jinjor) 2017年5月11日 TL;DR 出来る限りコンポーネントを作らずにビューの関数で済まそう。 コンポーネントとは何か 最初に言ってしまうと、 Elm にはいわゆる「コンポーネント」という画期的なシステムはない。ただ関数があ

                  • Victory

                    VICTORYReact.js components for modular charting and data visualization.

                    • Web フロントエンドにおけるコンポーネント化のアプローチ / Component of Web Frontend

                      2017年2月25日に開催された Inside Frontend の「Web フロントエンドにおけるコンポーネント化のアプローチ」のセッション資料です。

                        Web フロントエンドにおけるコンポーネント化のアプローチ / Component of Web Frontend
                      • Making Twitter UI Infrastructure

                        Overview of a work-in-progress effort to create generalized UI infrastructure for Twitter web applications.

                          Making Twitter UI Infrastructure
                        • http://impulse.luster.io/

                          • Inside a super fast CSS engine: Quantum CSS (aka Stylo) – Mozilla Hacks - the Web developer blog

                            You may have heard of Project Quantum… it’s a major rewrite of Firefox’s internals to make Firefox fast. We’re swapping in parts from our experimental browser, Servo, and making massive improvements to other parts of the engine. The project has been compared to replacing a jet engine while the jet is still in flight. We’re making the changes in place, component by component, so that you can see th

                              Inside a super fast CSS engine: Quantum CSS (aka Stylo) – Mozilla Hacks - the Web developer blog
                            • GitHub - peterpeterparker/stylo: Another kind of rich text editor

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - peterpeterparker/stylo: Another kind of rich text editor
                              • Angular2を書くためのAngularJSの書き方

                                Angular2のリリースが刻一刻と近づいてきました。しかし世の中のプロダクトは、まだまだ大半がAngular1.xで開発されています。Angular2はコンポーネント指向が徹底されていたり、TypeScriptが推奨の開発言語であるなど、Angular1から大きく変わっており、一見すると移行は容易ではありません。 しかしAngular1.xの最新バージョンである1.5では、Angular1から2への移行をスムーズに行うために、Angular2を見据えたコーディングが行えるようになっています。この記事ではAngular2への移行をスムーズにするための、Angular1の書き方を紹介していきます。 【編集部注】 ※この記事は、2016年3月21日に開催された「ng-japan 2016」のセッション「Angular2を書くためのAngularJSの書き方」についての、講演者自身によるレポート

                                  Angular2を書くためのAngularJSの書き方
                                • Storybook CSF3.0 時代のテストに備える

                                  CSF3.0 が間近に迫っているが、まだリリース前という状況。Storybook は、Component テストと Storybook の垣根を壊す事を目指しており、CSF3.0 は Storybook に閉じた話ではなくテスト戦略に関わってくる。 現状 Storybook 環境を整備するにあたり、どう備えておくべきかを考える。 npm i -D @storybook/react@next で beta を install し、.storybook/main.js に以下を追加すれば CSF3.0 を試す事ができる。

                                    Storybook CSF3.0 時代のテストに備える
                                  • Wired Elements

                                    A set of common UI elements with a hand-drawn, sketchy look. These can be used for wireframes, mockups, or just the fun hand-drawn look. The elements are drawn with enough randomness that no two renderings will be exactly the same — just like two separate hand-drawn shapes. Component Showcase View on Github Sponsor this project Here's a simple demo: Using wired-element controls to change a sketchy

                                      Wired Elements
                                    • Flux Utilsで始めるReact + Fluxアプリケーション開発 - コネヒト開発者ブログ

                                      こんにちは。エンジニアの安達(@ry0_adachi)です。 今回はReact + FluxをFlux Utilsを使って導入するための話をしたいと思います。 この記事を書こうと思った理由 普段ちょっとしたツールなんかをReactを使って実装したりするのですが、その時にReduxとかでやっているとファイル増えたりしてすごく冗長だなあと感じて、もっと薄く実装できるライブラリを使おうと思った時に手に取ったのがFlux Utilsでした。 この記事ではFlux UtilsにおけるFluxアプリケーションの実装方法に加えて、そもそもReactやFluxって今までのライブラリやフレームワークと比べて何がいいのか?について説明していきます。初歩的な書き方やjsxだったりについては話さないのでドキュメントなどを読んでいただければと思います。 ドキュメント React Flux ReactとFluxを導入

                                        Flux Utilsで始めるReact + Fluxアプリケーション開発 - コネヒト開発者ブログ
                                      • 15 jQuery Plugins To Create A User Friendly Tooltip - Web Design Booth

                                        Tooltip is a good way to show extra information when user hovers the cursor over an element. The “hover box” will appear when the mouse hover in, and disappear when the mouse hover out. If the tooltip is being used appropriately, it can improve our site’s user friendly level, and also save us a lot of spaces. Today, we are going to see 15 jQuery plugins to create an user friendly tooltip. Related

                                          15 jQuery Plugins To Create A User Friendly Tooltip - Web Design Booth
                                        • Account Suspended

                                          Account Suspended This Account has been suspended. Contact your hosting provider for more information.

                                          • CakePHP ファイルアップロードするコンポーネント | Sun Limited Mt.

                                            CakePHP でファイルアップロードを簡単に行うコンポーネントです。 ReverseFolds – CakePHP File Uploads データベースにファイル名、MIMEタイプ、サイズなどを記録し、ファイルは指定したディレクトリへアップロードするようになっています。 ビューにファイルアップロード用のタグを設置 <input type='file' name='userfile[]'/> 複数配置したいときは <input type='file' name='userfile[]'/> <input type='file' name='userfile[]'/> コントローラに使用するコンポーネントを追加 var $components = array('FileHandler'); アップロード処理 $this->FileHandler->setDebugLevel(1); $th

                                            • 心地よいUX/DXを提供するための小さなコンポーネント - スタディサプリ Product Team Blog

                                              こんにちは、Webエンジニアチームの@sat0yuです。 これまで弊社のイベント報告系記事しか書いてこなかったのですが、今日はすこし技術寄りの話をします。 現在私達のチームでは、生徒向け学習サービス(日本ではスタディサプリ、 海外ではQuipper Videoの名称で提供)のリニューアルプロジェクトを担当しています。 リニューアルバージョンのリリースは以下のとおり計画されており、すでに合格特訓コースのユーザには提供を開始しています。 2018夏: スタディサプリ合格特訓コースユーザ 2019春: スタディサプリの全ユーザ 2019春〜夏: Quipper Videoの全ユーザ 本投稿では、リニューアルプロジェクトの中で生まれた、小さいけれども非常に便利な状態遷移管理コンポーネントの紹介をします。 TL; DR 心地よいUXを表現するために5つの状態遷移を考える必要がある 状態遷移を簡単に実

                                              • GitHub - Shopify/remote-dom

                                                Remote DOM lets you take a tree of DOM elements created in a sandboxed JavaScript environment, and render them to the DOM in a different JavaScript environment. This allows you to isolate potentially-untrusted code off the main thread, but still allow that code to render a controlled set of UI elements to the main page. The easiest way to use Remote DOM is to synchronize elements between a hidden

                                                  GitHub - Shopify/remote-dom
                                                • ToobPlayer 1.0.0

                                                  ToobPlayer is a lightweight (approx. 14-18 KB) FLV player component that comes in five flavors, provides a mechanism to play back YouTube videos, and can also display preview images. Other features resizable, optional full-screen mode several video resize modes loading status feedback mouse-wheel support (seeking/volume control) auto-repeat, buffer time customizable extensive API Not supported fea

                                                  • React.Component – React

                                                    These docs are old and won’t be updated. Go to react.dev for the new React docs. These new documentation pages teach modern React: React.Component This page contains a detailed API reference for the React component class definition. It assumes you’re familiar with fundamental React concepts, such as Components and Props, as well as State and Lifecycle. If you’re not, read them first. Overview Reac

                                                      React.Component – React
                                                    • JollyUI

                                                      New name, new themes, CLINew name, theme customizer, CLIJollyUIshadcn/ui compatible react aria components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

                                                        JollyUI
                                                      • AF Templates | Ranking the Best Templates

                                                        The IHC Group is hiring if you are looking for a job. Indeed has a nice collection of the IHC Group jobs available, and Glass Door has about 16 jobs from IHC Group that are listed on their website. If you are a blogger and want to be a brand ambassador, then you have to read this post on how to become a brand ambassador.

                                                        • MobXを使ったアーキテクチャについて - console.lealog();

                                                          いまさらですが、俺的Real world MobXです。 いちおう半年くらい仕事でも趣味でも触ってきてての今です。 あくまで1つの例ですが、どこかの誰かの何かの参考になれば。 その前に こんな風に使ってますを紹介する前に、もやもやーっと思ってることを箇条書きにしておきます。 俺が考えた最強のアーキテクチャ そんなものはない 声のでかいやつの言うことを真に受けるな 納得できない部分があるなら採用するな Reduxとの比較 Reduxでできたクソコードがあるように、MobXでできたクソコードもありえる 役割が薄い分、そのリスクはMobXの方が高い(設計力が試される)と思ってる コードの記述量は絶対に減るので、書き味は良くなる 書きやすさと無秩序は紙一重 Flux的なアーキテクチャを踏襲するべきか Action的なものを投げる必要はないが、投げてもいい Storeも単一でもいいし、複数にしてもい

                                                            MobXを使ったアーキテクチャについて - console.lealog();
                                                          • Introducing Hooks – React

                                                            These docs are old and won’t be updated. Go to react.dev for the new React docs. These new documentation pages teach React with Hooks: Quick Start Tutorial react: Hooks Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class. import React, { useState } from 'react'; function Example() { // Declare a new state variable, which we'll call "count

                                                              Introducing Hooks – React
                                                            • Android GridViewのパフォーマンスを上げよう(1/2) | DevelopersIO

                                                              今回は大量のデータを表示したり、positionを指定してジャンプできるなど、何かと便利なクラスなGridVewのパフォーマンスを上げる方法を2回に渡って紹介します。 GridViewはListViewの兄弟分でAbsListViewの派生クラスになりますので、一列か複数行かの違いのみと思ってよいと思います。 仕組みとして、表示している領域の数分のVewだけを生成するという特性があります。 つまり、大量のデータが存在しても、描画にかかるコストは見えている領域のみとなります。 逆に言うとスクロールをしていて見えていない箇所を描画する際に新たに描画の為のロジックが走ることになるため、スムーズなスクロールが難しくなりがちです。 これはFlexを知っている方ならご存知かと思いますが、Flex4.5でいうListコンポーネント×ItemRendererと同じような仕組みになります。 ただその仕組みの

                                                              • React Spectrum Libraries

                                                                React Spectrum Libraries A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. GitHub React SpectrumA React implementation of Spectrum, Adobe’s design system. Spectrum provides adaptive, accessible, and cohesive experiences for all Adobe applications. Explore React Spectrum React AriaA library of unstyled React components and hooks that helps yo

                                                                  React Spectrum Libraries
                                                                • Adobe Add-ons

                                                                  • テストダブル - Wikipedia

                                                                    テストダブル (Test Double) とは、ソフトウェアテストにおいて、テスト対象が依存しているコンポーネントを置き換える代用品のこと。ダブルは代役、影武者を意味する。 テストを実行するには、被試験システムに加えて、テスト対象が依存するコンポーネント (DOC; Depend-On Component) が必要になる。しかし、依存コンポーネントは、常に利用できるとは限らない。依存コンポーネントがテスト環境で利用できない理由には、次のようなものが挙げられる[1]。 入手できない。 テストで使いたい結果を返さない。 実行に時間がかかるなどの、望ましくない副作用がある。 こういった問題を回避するには、依存コンポーネントを、テスト用のコンポーネントと入れ替えるテクニックが利用できる。この代用のコンポーネントを、テストダブルと呼ぶ。 テストダブルのパターン[編集] ジェラルド・メサローシュは、テ

                                                                    • Component 実装と文化を支える自動化ツール | Recruit Tech Blog

                                                                      こんにちは!アプリケーションソリューショングループ(以下、ASG)の吉井です。本記事は Recruit Engineers Advent Calendar 2020「15 日目」の記事です。 Stories as Test ASG では、Storybook / reg-suit を用いたビジュアルリグレッションテストを推進しています。Component テストを兼ねた .stories ファイルのコミットは、私たちにとって今やフロントエンド開発に欠かせない工数です。そんな Storybook ですが「全ての実装者にとって無理なく取り組めるか?」というと、ハードルはまだ高いように思います。 Storybook の運用実体について開発現場でどの程度普及しているのか気になったので、個人的に簡単なアンケートをとりました。結果「導入済・運用出来ている」という回答者は 26.9% 程度でした。まだまだ

                                                                        Component 実装と文化を支える自動化ツール | Recruit Tech Blog
                                                                      • Rebass

                                                                        Rebass React primitive UI components built with Styled SystemStart your design system without boiling the oceanBuild consistent UI with design constraints and user-defined scalesBest-in-class developer ergonomics with Styled System propsFirst-class support for theming & fully compatible with Theme UIQuick, mobile-first responsive styles with array-based syntaxFlexbox layout with the Box and Flex c

                                                                          Rebass
                                                                        • Introduction to React

                                                                          Facebook/Instagram の OSS UI ライブラリである React の紹介です。2014/1/20 に行われた M3 Tech Talk #17 で発表しました。

                                                                            Introduction to React
                                                                          • React Redux の難しかった点をできるだけシンプルに図解 - Qiita

                                                                            はじめに この記事はだいぶ古くなっており、現在はReact Hooksを使ったReduxとComponentの繋ぎこみ方法があるようです。この記事ではそのあたり触れられてないので注意です。(Reduxの基本的な記事としてはまだ使えると思います、、、思いたい。) React-Reduxを人に教える機会があるのですが、中々キャッチアップが難しいFWです。 自分自身もReact自体未経験のところから、それなりに規模のある開発に参画したので、 その時に「ここが難しかったなあ」というところを自分なりに図解してみたいと思います。 前提 ReactとReduxの接続にはreact-reduxのconnectを使うこととします。 この記事で伝えたいところ 自分が難しく感じたのはこのあたりでした。 (ソースが色々あって)全体の流れがよくわからない actionを起こすとreducerが反応する仕組みがよくわ

                                                                              React Redux の難しかった点をできるだけシンプルに図解 - Qiita
                                                                            • Pure CSS Components

                                                                              A set of common UI Components using the power of CSS and without Javascript. bower install css-components Fork me! Full Download CarouselThe Carousel works fine! NOTE: to add new items it is necessary to make changes in the CSS, this might require some additional work. DownloadExample <!-- Carousel --> <div class="carousel"> <div class="carousel-inner"> <input class="carousel-open" type="radio" id

                                                                                Pure CSS Components
                                                                              • Pure functional components in React

                                                                                Glad Chinda Full-stack web developer learning new hacks one day at a time. Web technology enthusiast. Hacking stuffs @theflutterwave. Editor’s note: This post was updated on 21 November 2023 to incorporate information about the React functional component lifecycle and React stateless function components. In this tutorial, we’ll learn how to memoize functional components in React using React.PureCo

                                                                                  Pure functional components in React
                                                                                • Save developer time with useful modules | AnyMod

                                                                                  Build websites faster. AnyMod has ready-to-use CMS, forms, themes and more. Build your web projects faster with free & open source modules that work in any project, big or small. Built by the community so you don't have to It's easy to find, clone, and modify existing mods.

                                                                                    Save developer time with useful modules | AnyMod